home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / READ.DIR / literal.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  867 b   |  21 lines

  1. LITERAL  -  prefix 
  2.  
  3. Usage:  LITERAL [command]
  4.  
  5. LITERAL is actually not a command, but a prefix to the LIST, TYPE and 
  6.   PRINT commands.  LITERAL TYPE is assumed if the command is omitted.  
  7.   It is used to ignore the customization variables DONT-PRINT-HEADERS, 
  8.   ONLY-PRINT-HEADERS, DONT-TYPE-HEADERS and ONLY-TYPE-HEADERS, which
  9.   limit which header fields are displayed.  With LITERAL, all the 
  10.   header fields are shown, regardless.
  11.  
  12. Example:
  13.     Read>set dont-print-headers received #suppresses header field "received"
  14.     Read>type                          #header field "received" not shown
  15.     Read>literal type                      #header field "received" shown
  16.  
  17. For more help type "help" and one of these topics
  18.   list   type   print   show   customization   other
  19.   set dont-print-headers   set only-print-headers
  20.   set dont-type-headers    set only-type-headers
  21.